home *** CD-ROM | disk | FTP | other *** search
- echo off
- CLS
- if not %1.==. goto launched
- ECHO.
- ECHO.
- ECHO.
- ECHO.
- echo This tutorial may be freely distributed with the Personal
- echo version of Contact Plus.
- ECHO.
- echo Any difficulty in viewing this tutorial does not reflect
- echo problems with CONTACT PLUS.
- ECHO.
- echo Difficulties can be encountered due to memory
- ECHO resident programs, floppy disk failure, or
- ECHO system incompatibility.
- echo.
- echo A color monitor is highly recommended
- echo to view this demo.
- ECHO.
- echo Thank you for your attention.
- echo.
- ECHO Press CTRL-C to abort now or
- PAUSE
- :launched
- PRORUN t24main
- if not exist c.doc goto exitut
- echo.
- echo. Full registration entitles you to several utility programs,
- echo. unlimited technical support, and a 175-page manual. To help
- echo. you evaluate the program, the file C.DOC will get you started.
- echo.
- echo. Would you like to print this file now?
- echo.
- echo. If so, be sure your printer is turned on, on-line, with enough
- echo. paper for 20 pages or so.
- echo.
- echo.
- get n "Print C.DOC now (Y/N)"
- if not %get%==Y goto exitut
- copy c.doc prn
- :exitut
- CLS
-